LEADTOOLS (Leadtools assembly)

Item Property (RasterCollection<T>)

Show in webframe







The zero-based index of the element to get or set.
Gets and sets the item at the specified index from within the collection.
Syntax
public virtual T this[ 
   int index
]; {get; set;}
'Declaration
 
Public Overridable Default Property Item( _
   ByVal index As Integer _
) As T
'Usage
 
Dim instance As RasterCollection(Of T)
Dim index As Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)
public virtual T this[ 
   int index
]; {get; set;}

            

            
  this[ 
   index 
] 
get_Item();
set_Item(value);
Object.defineProperty('Item');
public:
virtual property T^ default [int] {
   T^ get(int index);
   void set (int indexT^ value);
}

Parameters

index
The zero-based index of the element to get or set.

Property Value

The item at the specified index.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.